func net/http.isDomainOrSubdomain

2 uses

	net/http (current package)
		client.go#L1004: 	return isDomainOrSubdomain(dhost, ihost)
		client.go#L1011: func isDomainOrSubdomain(sub, parent string) bool {